This function converts an HDF data type code into an IDL variable type code. See the IDL SIZE function and tables 3-2 through 3-4 in Scientific Data Formats for actual values.
PRINT, HDF_HDF2IDLTYPE( 6 )
Result = HDF_HDF2IDLTYPE( hdftypecode )
Returns the IDL variable type code (See SIZE). A return value of zero means the type could not be mapped.
An HDF data type code (long).
None
|
5.2 |
Introduced |